You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > SiteMap Class > SiteMap Methods > RenderFolderBreadcrumbHtml
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
SiteMap.RenderFolderBreadcrumbHtml Method

Render folder breadcrumb HTML. 

This method can be accessed through the SiteMap.asmx file located in:

~/Workarea/webservices/WebServiceAPI/SiteMap.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "RenderFolderBreadcrumbHtml", Description = "")]
public string RenderFolderBreadcrumbHtml(SitemapPath[] nodes, string pathSeparator, bool linkNodes, string linkTarget, bool displayVertical, string pageUrl);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "RenderFolderBreadcrumbHtml", Description = "")>
Public Function RenderFolderBreadcrumbHtml(nodes As SitemapPath[], pathSeparator As string, linkNodes As bool, linkTarget As string, displayVertical As bool, pageUrl As string) As string
Parameters 
Description 
nodes 
The items contained in the breadcrumb path. Ektron.Cms.Common.SitemapPath 
pathSeparator 
A special character that separates the items in a breadcrumb trail. 
linkNodes 
Should the items in the breadcrumb path be Hyperlinked?
  • True = hyperlink breadcrumb items.
  • False = breadcrumb items appear as plain text.
 
linkTarget 
Determines the type of window that appears on this Web form when a user clicks an item in the breadcrumb trail. The default is _self.
  • _Self - opens link in the same window.
  • _Top - opens link in a parent window.
  • _Blank - opens link in a new window.
  • _Parent - opens link in the parent frame.
 
displayVerticle 
Set to True to display the breadcrumb vertically. Set to false to display horizontally.
  • True = display the breadcrumb trail vertically.
  • False = display the breadcrumb trail horizontally.  

HTML

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!